home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / casper.postrm < prev    next >
Encoding:
Text File  |  2009-04-18  |  172 b   |  8 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installinit
  4. if [ "$1" = "purge" ] ; then
  5.     update-rc.d casper remove >/dev/null || exit $?
  6. fi
  7. # End automatically added section
  8.